net/netip.Addr.v6u16 (method)
7 uses
net/netip (current package)
netip.go#L373: func (ip Addr) v6u16(i uint8) uint16 {
netip.go#L531: return ip.v6u16(0)&0xffc0 == 0xfe80
netip.go#L580: return ip.v6u16(0)&0xff0f == 0xff01
netip.go#L599: return ip.v6u16(0)&0xff0f == 0xff02
netip.go#L912: for j < 8 && ip.v6u16(j) == 0 {
netip.go#L931: ret = appendHex(ret, ip.v6u16(i))
netip.go#L957: ret = appendHexPad(ret, ip.v6u16(i))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |